home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / core / IStateClient.as < prev    next >
Text File  |  2009-02-12  |  195b  |  12 lines

  1. package mx.core
  2. {
  3.    public interface IStateClient
  4.    {
  5.        
  6.       
  7.       function get currentState() : String;
  8.       
  9.       function set currentState(param1:String) : void;
  10.    }
  11. }
  12.